home *** CD-ROM | disk | FTP | other *** search
- ; *******************************************************************
- ; * *
- ; * WinLIB PRO Project file *
- ; * Copyright (C) 1992 - 1994, Bitgate Software and Clever Bits *
- ; * *
- ; * New addition... Now utilizes PowerDOS Aliased drives for dev. *
- ; * *
- ; * Simply replace the line below to the name of your output program*
- ; * filename, and replace the "test.o" line with the object file *
- ; * your compiler created. *
- ; * *
- ; * Users using Turbo C should replace the PC* files with TC* for *
- ; * complete compatibility. Gnu C++ users should the TESTGNU *
- ; * project file, and Lattice C users should use the MAKEWIN *
- ; * project file. Mark Williams C users should use the MAKEMARK *
- ; * complete project file. Compatibility depends on your compiler. *
- ; * *
- ; * WinLIB PRO is NOT compatible with the GemFast routines for Heat *
- ; * 'n Serve C compiler, nor is it compatible with early versions *
- ; * of Alcyon C, Mark Williams C (below 4.0), or Laser C. *
- ; * *
- ; * Kernigan and Richie (K&R) C definitions are not supported. *
- ; * ANSI C calling structures and methods are only allowed. *
- ; * *
- ; *******************************************************************
-
- F:\TEST.PRG
-
- =
-
- G:\LIB\PCSTART.O ; Pure C Header file
-
- test.o
- testhelp.o ; This is part of the test program, NOT of WinLIB PRO
-
- accs ; Accessory and Process initialize and calling routines
- alert ; Custom alert box
- appl ; Custom appl_getinfo routine
- ascii ; ASCII keyboard selection table
- coloricn ; Color Icon fixing routines
- cookies ; Cookie Get/Set routines
- desktop ; Desktop icon handling routines
- dialog ; Dialog box handling
- dispatch ; Dispatch calling routines
- dragdrop ; Drag-and-drop protocol routines (from Atari Corp.)
- extndobj ; Extended Object Type fix routines
- formkbd ; Form keyboard routine
- gem_xacc ; eXtended Accessory Communication protocol routines
- inttitle ; Internal title routines (Remind you of Windoze?)
- image ; Image scaling routines
- menu ; Windowed menu routines
- message ; Custom send message to GEM routine
- mouse ; Custom mouse form routines
- objects ; Object routines
- popup ; Popup menu bar routines
- resource ; Resource handling routines
- scrap ; Scrap directory routines (from Christian Grunenberg)
- scrsave ; Screen copy routines by Markus Gutschke
- sizing ; Sizing fix routine
- sliders ; Slider routines
- timer ; Timer routines
- tools ; WinLIB Pro tools
- windows ; Window handling
- winlib ; WinLIB Pro
- xaes ; eXtensions to AES
- xvdi ; eXtensions to VDI
-
- nkcc_tos.o ; Normalized Keyboard Conversion Codes for TOS
-
- G:\LIB\PCSTDLIB.LIB ; standard library
- G:\LIB\PCGEMLIB.LIB ; GEM library
- G:\LIB\PCEXTLIB.LIB ; Extended file library
- G:\LIB\PCTOSLIB.LIB ; TOS library
-